func runtime.stopTheWorldGC

4 uses

	runtime (current package)
		debug.go#L96: 	stw := stopTheWorldGC(stwGOMAXPROCS)
		debug.go#L135: 	stw := stopTheWorldGC(stwGOMAXPROCS)
		proc.go#L1561: func stopTheWorldGC(reason stwReason) worldStop {
		proc.go#L6723: 		stw := stopTheWorldGC(stwGOMAXPROCS)